i2pd: update to 2.58.0
authorDavid Yang <[email protected]>
Sun, 21 Sep 2025 05:32:25 +0000 (13:32 +0800)
committerWesley Gimenes <[email protected]>
Sat, 27 Sep 2025 18:18:15 +0000 (15:18 -0300)
* Updating package to 2.58.0
* Update patch for i2pd.conf

Signed-off-by: David Yang <[email protected]>
net/i2pd/Makefile
net/i2pd/patches/010-config.patch

index 7ddf2b66d2900a18447698bf404cdec0483b9c79..246eff57092bebd80fb846e57fd283212674f644 100644 (file)
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=i2pd
-PKG_VERSION:=2.55.0
+PKG_VERSION:=2.58.0
 PKG_RELEASE:=1
 PKG_BUILD_PARALLEL:=1
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL:=https://github.com/PurpleI2P/i2pd
 PKG_SOURCE_VERSION:=$(PKG_VERSION)
-PKG_MIRROR_HASH:=9a1884cf5d024da33184b9c7287872fdc37493ff12d5823fef19483182cbd01d
+PKG_MIRROR_HASH:=e2a8374e12d8df40b35974fd9d7d10b1c37461f41bbdb6ae09c22ecca6da4a53
 
 PKG_MAINTAINER:=David Yang <[email protected]>
 PKG_LICENSE:=BSD-3-Clause
index ffd3b17606be4b78add4f64f953b85df5f0274af..7eb76346481e178778bbb98c4129ba7d2596830a 100644 (file)
  ## Write full CLF-formatted date and time to log (default: write only time)
  # logclftime = true
  
-@@ -118,9 +118,9 @@ ipv6 = false
- [http]
- ## Web Console settings
+@@ -120,7 +120,7 @@ ipv6 = false
  ## Enable the Web Console (default: true)
--# enabled = true
-+enabled = true
+ # enabled = true
  ## Address and port service will listen on (default: 127.0.0.1:7070)
 -# address = 127.0.0.1
 +address = 192.168.1.1
  # port = 7070
  ## Path to web console (default: /)
  # webroot = /
-@@ -138,9 +138,9 @@ ipv6 = false
- [httpproxy]
+@@ -140,7 +140,7 @@ ipv6 = false
  ## Enable the HTTP proxy (default: true)
--# enabled = true
-+enabled = true
+ # enabled = true
  ## Address and port service will listen on (default: 127.0.0.1:4444)
 -# address = 127.0.0.1
 +address = 192.168.1.1
  # port = 4444
  ## Optional keys file for proxy local destination (default: http-proxy-keys.dat)
  # keys = http-proxy-keys.dat
-@@ -154,9 +154,9 @@ ipv6 = false
- [socksproxy]
+@@ -156,7 +156,7 @@ ipv6 = false
  ## Enable the SOCKS proxy (default: true)
--# enabled = true
-+enabled = true
+ # enabled = true
  ## Address and port service will listen on (default: 127.0.0.1:4447)
 -# address = 127.0.0.1
 +address = 192.168.1.1
  ## Address and ports service will listen on (default: 127.0.0.1:7656, udp: 7655)
  # address = 127.0.0.1
  # port = 7656
-@@ -206,7 +206,7 @@ ipv6 = false
- [upnp]
- ## Enable or disable UPnP: automatic port forwarding (enabled by default in WINDOWS, ANDROID)
--# enabled = false
-+enabled = false
- ## Name i2pd appears in UPnP forwardings list (default: I2Pd)
- # name = I2Pd
-@@ -248,7 +248,7 @@ verify = true
- [limits]
- ## Maximum active transit sessions (default: 5000)
- ## This value is doubled if floodfill mode is enabled!
--# transittunnels = 5000
-+transittunnels = 500
- ## Limit number of open file descriptors (0 - use system limit)
- # openfiles = 0
- ## Maximum size of corefile in Kb (0 - use system limit)